home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Mac Power 1997 December
/
MACPOWER-1997-12.ISO.7z
/
MACPOWER-1997-12.ISO
/
MacPowerオリジナル
/
Edutainment World
/
チャンプジム for DEMO
/
DIR
/
mitt.dir
/
00028_Script_28
< prev
next >
Wrap
Text File
|
1997-09-29
|
613b
|
24 lines
on mouseUp
set the castNum of sprite 5 to the number of cast "gongClose"
puppetSprite 5,false
updateStage
global UsermonNum
put (field "UsermonNum") into UsermonNum
if UsermonNum < 10 or 100 < UsermonNum then
global quitMODE
set quitMODE = "ON"
pause
put the stageleft into H
put the stagetop into V
set the rect of window "monNum" to rect(H+128,V+170,H+512,V+310)
set the modal of window "monNum" to true
set the windowtype of window "monNum" to 2
open window "monNum"
else
puppetSound 0
go to frame "stre2"
end if
end